home *** CD-ROM | disk | FTP | other *** search
/ Workbench Add-On / Workbench Add-On - Volume 1.iso / BBS-Archive / Comm / AmiTCP30b2.lha / src / netlib / fib.c < prev    next >
C/C++ Source or Header  |  1994-03-29  |  612b  |  23 lines

  1. RCS_ID_C="$Id: fib.c,v 3.1 1994/03/29 12:56:35 ppessi Exp $";
  2. /*
  3.  * fib.c --- common fib buffer for stat() and chown()
  4.  *
  5.  * Author: ppessi <Pekka.Pessi@hut.fi>
  6.  *
  7.  * This file is part of the AmiTCP/IP Network Support Library.
  8.  *
  9.  * Copyright © 1993,1994 AmiTCP/IP Group, <amitcp-group@hut.fi>
  10.  *             Helsinki University of Technology, Finland.
  11.  *             All rights reserved.
  12.  *
  13.  * Created      : Sun Mar 27 21:31:48 1994 ppessi
  14.  * Last modified: Sun Mar 27 21:32:11 1994 ppessi
  15.  *
  16.  */
  17.  
  18. /* DOS 3.0 and MuFS extensions to file info block */
  19. #include "fibex.h"
  20.  
  21. struct FileInfoBlock __dostat_fib[1];
  22.  
  23.